Welcome![Sign In][Sign Up]
Location:
Search - sliding window

Search list

[Internet-Networkqian6

Description: 实现arq滑动窗口协议-Sliding Window Protocol achieve arq
Platform: | Size: 1273856 | Author: 李玄 | Hits:

[Internet-Networkserver123

Description: 实现arq滑动窗口协议的服务端源程序-Sliding Window Protocol achieve arq services client source
Platform: | Size: 5120 | Author: 李玄 | Hits:

[Internet-Networkudptransport

Description: 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not reliable transmission of the channel, therefore the data transmission channel may occur bit error, data loss. Rdt3.0 and earlier versions are stop-wait for the agreement, which limits the underlying network hardware capabilities. To overcome this problem the introduction of pipeline technology, both of which can restore pipeline error in the basic methods : section N to a re-issued and selective repeat. In sum, to achieve error coding, sequencing, the timer, a confirmation, sliding window, congestion control.
Platform: | Size: 124928 | Author: 周崇青 | Hits:

[Internet-Networksliding_window

Description: 滑动窗口协议,还有网络环境模拟程序,可以模拟滑动窗口协议的网络环境。-sliding window protocols, and network simulation program that can simulate the sliding window protocols network environment.
Platform: | Size: 264192 | Author: 董昌道 | Hits:

[Otherslidingwindows

Description: Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7-Input The input consists of two lines. The f irst line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output T here are two lines in the output. The first line g ives the minimum values in the window at each pos ition, from left to right, respectively. The second line gives the maximu m values. Sample Input 8 3 1 3-1-3 5 3 6 7 Sample Out put-1-3-3-3 3 3 3 3 5 5 6 7
Platform: | Size: 1024 | Author: 孔铁柱 | Hits:

[AI-NN-PRzlsj

Description: 滑动窗口的数据流闭合频繁模式的挖掘算法,用VC编写-sliding window of data flow closure frequent pattern mining algorithm, prepared by VC
Platform: | Size: 16384 | Author: tianya | Hits:

[Internet-Networktt1

Description: 实现滑动窗口协议,实现跟网络有关的重要协议-Sliding Window Protocol realize, realize the importance of networks with the agreement
Platform: | Size: 2048 | Author: 丁丁 | Hits:

[JSP/Javassh1

Description: 滑动窗口仿真程序,好好用的学习工具,大家一定要看看啊-Sliding window simulation program, a good learning tool used, we must look at ah
Platform: | Size: 3473408 | Author: hogn | Hits:

[Special Effectssliding_windows

Description: 本程序首先用Harris角点检测器在输入图像中检测出角点,然后以每个角点为中心,分割出一个15*15大小的滑动窗口,以为后续的相关匹配等做准备。-This procedure first used Harris corner detector in the input image to detect the corner, and then to each corner point as the center, split a 15* 15 the size of sliding window, thinking that the relevant follow-up in preparation for matching.
Platform: | Size: 4096 | Author: lidong | Hits:

[Windows Develophuadongchuangkou

Description: 滑动窗口协议,用jave编出来的,以前做课程设计的时候老师给的-Sliding Window Protocol using jave made out of the past, the curriculum design to do when a teacher to the
Platform: | Size: 8192 | Author: 李拓 | Hits:

[Internet-Networkshujulianlucengxieyi

Description: 网络数据连路层协议,数据链路层的滑动窗口协议协议.-Network Data Link Layer, Data Link Layer Protocol of the Sliding Window Protocol.
Platform: | Size: 278528 | Author: 文子 | Hits:

[Internet-Networkslidewin

Description: 滑动窗口协议C++代码,非常简单,仅仅做了滑动窗口协议工作,通讯用文件读写模拟-Sliding Window Protocol C code, is very simple, just do the work of the Sliding Window Protocol, communications, document reading and writing simulation
Platform: | Size: 70656 | Author: 俞慎 | Hits:

[Otherencoding_and_decoding_of_Turbo_use_matlab

Description: 该代码不仅实现了编码的仿真,还在多种条件下实现了译码的仿真,包括MAP,LOG-MAP,SOVA下的单双滑动窗口。-The code not only to achieve a coding simulation, is also a wide range of conditions to achieve the decoding of the simulation, including MAP, LOG-MAP, SOVA under single-and double-sliding window.
Platform: | Size: 441344 | Author: | Hits:

[Internet-NetworkSlidingWindowUDP(1)

Description: 教学实验源代码,提供对滑动窗口协议的实验演示,协议分层和协议软件的设计与实现有基本的认识利用所学数据链路层原理,自己设计一个滑动窗口协议并在仿真环境下编程实现有噪音信道环境下的 可靠的双工通信。信道模型为 8000bps 全双工卫星信道,信道传播时延 270 毫秒,信道误码率为 10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围-Teaching experiment source code, on the Sliding Window Protocol provides experimental demonstration of the agreement stratification and protocol software design and implementation of a basic understanding of the use of the data link layer principle, its own design of a sliding window protocol and simulation programming environment the realization of the noise channel environment duplex reliable communication. Channel model for 8000bps full-duplex satellite channel, channel propagation delay of 270 ms, channel bit error rate of 10-5, byte-stream channel to provide transmission services, network layer packet length in the range of 240 ~ 256 bytes
Platform: | Size: 414720 | Author: Tony Yau | Hits:

[Internet-NetworkGoBackN

Description: 教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解 SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求: ※ 建立数据链路 ※ 断开数据链路 ※ 收发数据 ※ 差错控制 ※ 与其他人的程序通信 ※ 键盘会话 -Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the working principle of a further understanding of SOCKET (UDP) communication platform to achieve point-to-point data link control protocols, the basic requirements: ※ ※ the establishment of data link disconnect the data link to send and receive data ※ ※ ※ error control procedures and other communications ※ keyboard conversation
Platform: | Size: 2409472 | Author: Tony Yau | Hits:

[Internet-Networkdatalink.lab

Description: 数据链路层滑动窗口协议的设计与实现。有完整的说明和模拟环境文档。-Data link layer sliding window protocol design and implementation. There is a complete description and documentation simulated environment.
Platform: | Size: 391168 | Author: Tianyi Chen | Hits:

[Internet-NetworkSWP

Description: Sliding Window Protocol Implementatoin
Platform: | Size: 1024 | Author: Alad | Hits:

[Internet-NetworkUDP-based_Sliding_Window_Protocol

Description: 基于UDP的滑动窗口协议的设计与实现 UDP-based Sliding Window Protocol -UDP-based Sliding Window Protocol Design and Implementation of
Platform: | Size: 295936 | Author: ypx6286428 | Hits:

[Otherimplementation1

Description: Sliding Window Mechanism implementation In this assignment, we are required to implement a data link layer function—sliding window. I chose to use C++ as a programming language and Microsoft Visual C++ as a develop platform.
Platform: | Size: 70656 | Author: ypx6286428 | Hits:

[Documentssliding-window

Description: 滑动窗口实验模拟.附有发送方和接收方的源代码-In this assignment, we are required to implement a data link layer function—sliding window. I chose to use C++ as a programming language and Microsoft Visual C++ as a develop platform.
Platform: | Size: 1171456 | Author: 何辉辉 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net